-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature - Add support for scrapy #92
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code looks good, I just noticed one thing that was a bit off... It would be good to get these tests passing (or ignore the scrapy tests for unsupported Python versions)
f = failure.Failure() | ||
return f | ||
|
||
def test__handler_exception_called(self): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is the double underscore here deliberate? Expected test_handler_exception_called
@luke-falvey I don't know enough about this provider (or language) to give a good review at this point unfortunately. Also is this PR still applicable? |
Scrapy is a popular web crawling and web scraping framework implemented in python. Like Django middleware, scrapy provides extensions that allows custom functionality to be inserted into the framework. This PR implements an extension that automatically send errors to Raygun when exceptions are raised in the spider and item pipelines.
TODO:
setup.py